home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 June
/
06_02.iso
/
software
/
celestia
/
files
/
celestia-win32-1.2.3.exe
/
{app}
/
shaders
/
simple.vp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-11-01
|
297 b
|
14 lines
!!VP1.0
# c[0]..c[3] contains the concatenation of the modelview and projection matrices.
# Transform the vertex by the modelview matrix
DP4 o[HPOS].x, c[0], v[OPOS];
DP4 o[HPOS].y, c[1], v[OPOS];
DP4 o[HPOS].z, c[2], v[OPOS];
DP4 o[HPOS].w, c[3], v[OPOS];
MOV o[TEX0], v[TEX0];
END